Accessing the Bing Maps REST services from various JavaScript frameworks

Accessing the Bing Maps REST services from various JavaScript frameworks

On the Bing Maps forums we often come across developers who have difficulty accessing the Bing Maps REST services using different JavaScript frameworks such as jQuery, Angular, React, or Blazor. One common point of confusion is that passing in a REST service request URL into the address bar of a browser works, but passing that same URL into a method in JavaScript doesn’t. 
Read More

Bing Maps V8 Web Control Released

Bing Maps V8 Web Control Released

Two and a half months ago, at the Microsoft //Build/ Conference, the Bing Maps team announced the preview release of the Bing Maps V8 web control. Since then, the team has been working hard fixing bugs, adding new features and support for mobile, and making the Bing Maps V8 control stable and ready for production. Today we are happy to announce that Bing Maps V8 control has graduated from preview and is ready for use in production applications.
Read More

Announcing Bing Maps V8 control for the Web

Announcing Bing Maps V8 control for the Web

It is with great pleasure that we announce the preview release of the Bing Maps V8 control, Microsoft modern web mapping platform. The Bing Maps V8 control reduces development time by requiring less code to implement more features into your app. It also brings significant performance improvement by using the HTML5 canvas, which provides the ability to render vector data significantly faster than previous versions of the Bing Maps JavaScript...
Read More

Integrating Bing Maps with Salesforce.com

Integrating Bing Maps with Salesforce.com

Recently I had a customer ask how to add Bing Maps to their Salesforce.com solution. I regularly work with developers who are integrating Bing Maps into Microsoft Dynamic CRM, but this was the first request I’ve had for Salesforce.com in a while. In this blog post we are going to see just how easy it is to integrate Bing Maps into a Salesforce.com solution. It might seem strange to some readers that we are blogging about using Bing Maps on a...
Read More

How to create bounded tile layers in Bing Maps (JavaScript)

How to create bounded tile layers in Bing Maps (JavaScript)

Tile layers are a great way to visualize a lot of data on a map and still have good performance. Depending on the type of data you are displaying as a tile layer, you may find that it is localized to a small part of the world. If this is the case then you will want to limit the loading of tiles in your app to that area. 
Read More

Address and Location Capture in Dynamics CRM with Bing Maps

Address and Location Capture in Dynamics CRM with Bing Maps

With the Polaris release of Dynamics CRM Online, Bing Maps has been integrated directly into the Process forms for Accounts, Contacts and Leads. The integration is quite basic, however; the existing address details associated with the entity are geocoded when the form is displayed, and the results are used to show a map of the location. 
Read More

HTML5 Canvas Pushpins in JavaScript

HTML5 Canvas Pushpins in JavaScript

One of the more interesting features of HTML5 is the canvas elements. The canvas provides us with a feature rich, low level 2D rendering panel and is supported by all the major web browsers. In this blog post, we are going to create a Bing Maps module that wraps the standard pushpin class to create a new HTML5 Canvas pushpin class. 
Read More

3D Elevation Models using HTML5 and Bing Maps

3D Elevation Models using HTML5 and Bing Maps

In this blog post we will show you how to create a tool for generating a 3D model of elevation data from the Bing Maps REST Elevation Service using HTML5 and Bing Maps. There are a couple of different ways to create 3D models in HTML5. The method we are going to use to is to project 3D data onto a 2D canvas. 
Read More